'Declaration Protected ReadOnly Property Commands As System.Collections.Generic.IEnumerable(Of IProcessingCommand)
protected System.Collections.Generic.IEnumerable<IProcessingCommand> Commands { get; }
protected: __property System.Collections.Generic.IEnumerable<IProcessingCommand*>* get_Commands();
protected:
property System.Collections.Generic.IEnumerable<IProcessingCommand^>^ Commands { System.Collections.Generic.IEnumerable<IProcessingCommand^>^ get(); }